home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_03_02 / 3n02048a < prev    next >
Text File  |  1991-12-15  |  642b  |  16 lines

  1.  
  2. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-Begin Listing 8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3. /*****************************************************/
  4. /* transbtn.h                                        */
  5. /* -- Interface to transparent button control        */
  6. /*    module.                                        */
  7. /*****************************************************/
  8.  
  9. /* Class name for transparent button control. */
  10. #define szTransButtonClass    "TransButton"
  11.  
  12. /* Routine creates the control class. */
  13. BOOL    FCreateTransButtonClass(HANDLE, HCURSOR);
  14. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-End   Listing 8-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  15.  
  16.